February 05, 2020
v3 HostedPBX Destinations
Description:
List Hosted PBX DestinationsURI:
https://api.multitel.net/hpbx/destinations/{operation}/{billing_code}
Parameters:
Required:
{operation} - 'get'
{billing_code} - your hosted pbx billing code
Methods:
POST
Sample Output:
curl -x POST https://username:password@api.multitel.net/hpbx/destinations/get/75823891
{
"status": {
"code": "200",
"msg": "List Destinations"
},
"response": [
{
"code": "EXT-10071",
"label": "Dial 100 - extname358"
},
{
"code": "EXT-10111",
"label": "Dial 101 - extname23458ext101d"
}
]
}